delete file using java
i am developing an interface in which delete function is required
when request is delete i made it possible to delete it from database but i cant delete a file physically
i declared a string and gave the path of the file to be deleted.
i checked the whether the file.exists but it returns false
since it is a web application i gave same path which i used to save the file earlier